PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraphLineSpacing Enumeration
In This Topic
    PDFFormattedParagraphLineSpacing Enumeration
    In This Topic
    Specifies the available line spacing modes for paragraph lines.
    Members
    MemberDescription
    EXACTFixed line spacing.
    MULTIPLEThe space between lines is the current line height multiplied by a specific factor.
    SINGLEDefault lines spacing.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.graphics.formattedcontent.PDFFormattedParagraphLineSpacing

    See Also